projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9be7d2
)
* image.c (imagemagick_load_image): Remove unused label.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 12 Jun 2012 00:30:18 +0000
(17:30 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 12 Jun 2012 00:30:18 +0000
(17:30 -0700)
src/ChangeLog
patch
|
blob
|
history
src/image.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 9acdb5fbf27f781ab6dfa47084a78be3db8ded32..fd5169c14983adf111420ecb0fab9be16203cc84 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ * image.c (imagemagick_load_image): Remove unused label.
+
2012-06-11 Glenn Morris <rgm@gnu.org>
* s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
diff --git
a/src/image.c
b/src/image.c
index 15fd7bbeab790c231d2b5aa26c15781b755888bf..8a6d7861f91f31a946600eefa00dec91ef145336 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-7930,7
+7930,6
@@
imagemagick_load_image (struct frame *f, struct image *img,
DestroyMagickWand (image_wand);
if (bg_wand) DestroyPixelWand (bg_wand);
- imagemagick_no_wand:
MagickWandTerminus ();
/* TODO more cleanup. */
image_error ("Error parsing IMAGEMAGICK image `%s'", img->spec, Qnil);